home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Source / GNU / perl / Perl / x2p / EXTERN.h < prev    next >
Encoding:
Text File  |  1994-10-18  |  361 b   |  18 lines

  1. /* $RCSfile: EXTERN.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:05 $
  2.  *
  3.  *    Copyright (c) 1991, Larry Wall
  4.  *
  5.  *    You may distribute under the terms of either the GNU General Public
  6.  *    License or the Artistic License, as specified in the README file.
  7.  *
  8.  * $Log:    EXTERN.h,v $
  9.  */
  10.  
  11. #undef EXT
  12. #define EXT extern
  13.  
  14. #undef INIT
  15. #define INIT(x)
  16.  
  17. #undef DOINIT
  18.